luci-mod-network: drop duplicated "Master" option
authorRafał Miłecki <[email protected]>
Thu, 27 May 2021 06:39:35 +0000 (08:39 +0200)
committerRafał Miłecki <[email protected]>
Thu, 27 May 2021 06:41:14 +0000 (08:41 +0200)
It got accidentally added while cherry picking RA and NDP params
support.

Fixes: 3a9ebc537f63 ("luci-mod-network: Introduce new RA and NDP params with help-text.")
Signed-off-by: Rafał Miłecki <[email protected]>
modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js

index 8513e91d33747fa869fc46e1d8fcd2df15a3c01b..001b88920fe855ba83ef58a34311df2d437b77f6 100644 (file)
@@ -735,10 +735,6 @@ return view.extend({
                                        so.depends('dhcpv6', 'relay');
                                        so.depends('dhcpv6', 'hybrid');
 
-                                       so = ss.taboption('ipv6', form.Flag , 'master', _('Master'), _('Set this interface as master for the dhcpv6 relay.'));
-                                       so.depends('dhcpv6', 'relay');
-                                       so.depends('dhcpv6', 'hybrid');
-
                                        so = ss.taboption('ipv6', form.Flag, 'ra_default', _('Announce as default router'), _('Always, even if no public prefix is available.'));
                                        so.depends('ra', 'server');
                                        so.depends('ra', 'hybrid');